home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / comm / misc / DigiCam.lha / src / frontend.h < prev    next >
C/C++ Source or Header  |  1999-07-15  |  143b  |  9 lines

  1. /* frontend.h (c) 1999 by Volker Remuß, remuss@cs.tu-berlin.de */
  2.  
  3. #ifndef FRONTEND_H
  4. #define FRONTEND_H
  5.  
  6. extern void myexit(int res);
  7.  
  8. #endif
  9.